home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
All About the French Know-How at E3 2000 (USA)
/
All About the French Know-How at E3 2000 (USA).bin
/
Data
/
15012
/
freestyledub2.exe
/
scripts
/
frame_38
/
DoAction.as
Wrap
Text File
|
1999-12-16
|
399b
|
15 lines
CurFrame = getProperty("/cGroupe", _currentframe);
tellTarget("/cGroupe")
{
gotoAndStop(CurFrame);
}
call("Press" add eval("Couleurs_" add (i + "1")));
set("/cWait/cLoop:LoopRest",int(eval("TempsPasse" add (i + "2")) / "100"));
set("/cWait/cLoop:StartTime",getTimer());
set("/cWait/cLoop:Duree",eval("TempsPasse" add (i + "2")));
tellTarget("/cWait")
{
gotoAndStop(2);
}
stop();